home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / disk / read403.zip / READINIT.DOC < prev    next >
Text File  |  1994-01-08  |  4KB  |  90 lines

  1. READINIT.DOC
  2. 01/08/94
  3.  
  4. The READINIT.EXE program creates and maintains a file called READ.INI.  The
  5. READ.INI file is used to override certain defaults used by READ.EXE as well as
  6. any self-viewing file created by READMAKE.EXE.
  7.  
  8. The specific defaults that can be changed:
  9.  
  10. * Printer port:  Typically defaults to LPT1:  but can be redefined to another
  11.   port or even a file name
  12.  
  13. * Printer string for regular text:  Allows you to specify the string that will
  14.   be sent to the printer port if text is printed and all lines in the document
  15.   are 80 characters or less in length.
  16.  
  17. * Printer string for wide text:  Allows you to specify the string that will be
  18.   sent to the printer if text is printed and any lines in the document are over
  19.   80 characters in length.
  20.  
  21. * String after partial document printed:  Allows you to specify what string
  22.   should be printed after a full document is printed.  This can include a page
  23.   eject character and/or printer reset information.
  24.  
  25. * String after full document printed:  Allows you to specify what string should
  26.   be printed after a full document is printed.  This can include a page eject
  27.   character and/or printer reset information.  Defaults to /012 which is a
  28.   page eject.
  29.  
  30. * Color settings:  You can change the four color sets used while viewing
  31.   documents within the program.
  32.  
  33. The routine maintains a (short) list of printer brands and some of the more
  34. useful reset strings used for different modes.  (Ask for the HPLJ settings to
  35. get an idea.) This table can be expanded if people ask.  Contact Wayne Software
  36. at the address below; provide a list of required codes for all desirable
  37. choices.  Be reasonable with the number of choices.  In any case, you can always
  38. fill in any non-predefined codes that you want to.
  39.  
  40. READ and READMAKE-created files look for READ.INI in the following locations in
  41. the following order:
  42.  
  43.         C:\
  44.         your default subdirectory
  45.         the directory where READ.EXE or the self-viewable file was found
  46.  
  47. The READ.INI file is further described in READ.DOC.
  48.  
  49.  
  50. Syntax:
  51.  
  52.     READINIT [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /-I ] [ /? ]
  53.  
  54. where:
  55.  
  56. "/MONO" or "/-COLOR" forces monochrome mode
  57.  
  58. "/-MONO" or "/COLOR" switches to color mode; the default
  59.  
  60. "/-I" skips reading READ.INI file if one found
  61.  
  62. "/?" or "/HELP" or "HELP" gives you syntactical help
  63.  
  64.  
  65. Author:
  66.  
  67. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  68. and redistribution provided relevant documentation is kept with the program, no
  69. changes are made to the program or documentation, and it is not bundled with
  70. commercial programs or charged for separately.  People who need to bundle it in
  71. for-sale packages must pay a $50 registration fee to "Wayne Software" at the
  72. following address.
  73.  
  74. Additional information about this and other Wayne Software programs can be found
  75. in the file BRUCEymm.DOC which should be included in the original ZIP file.
  76. ("ymm" is replaced by the last digit of the year and the two digit month of the
  77. release.  BRUCE312.DOC came out in December 1993.  This same naming convention
  78. is used in naming the ZIP file that this program was included in.) Comments and
  79. suggestions can also be sent to:
  80.  
  81.                 Bruce Guthrie
  82.                 Wayne Software
  83.                 113 Sheffield St.
  84.                 Silver Spring, MD 20910
  85.  
  86.                 fax: (301) 588-8986
  87.  
  88. Foreign users:  Please provide an Internet address in all correspondence.
  89.  
  90.